home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Team 23
/
HS_Tuning.iso
/
Optimisation
/
JV16 Powertools 1.6
/
Setup.exe
/
{app}
/
Documentation
/
Example Scripts
/
1. The very basics
/
Loops.jvb
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-04-21
|
108 b
|
11 lines
Console;
For (i := 1 to 5, +1)
[
PrintMessage $i;
]
For (i := 5 to 1, -1)
[
PrintMessage $i;
]